merge main into extensibility branch#24
Closed
rpascalsdl wants to merge 1 commit intomain_extensibility_docs_improvementsfrom
Closed
merge main into extensibility branch#24rpascalsdl wants to merge 1 commit intomain_extensibility_docs_improvementsfrom
rpascalsdl wants to merge 1 commit intomain_extensibility_docs_improvementsfrom
Conversation
* Enhance the consistency, usability, maintainability, and overall developer experience of the api-docs across all RWS products. Make reference to: https://rws-dev.atlassian.net/wiki/spaces/LTApp/pages/930645143/Developer+Documentation+Improvement+Proposal * Remove redundant plugins folder - inherited from Studio team. * Resolve bug in redirecting to the landing page https://developers.rws.com/ Removed the specific release version of docfx. Lastest template supports latest version of docfx * Use dotnet to install docfx - resolves dependencies automatically Update docfx to include post processor to update the env variables 'EnvironmentVariableProcessor' * updated to newer version of docs and contracts * Update API documentation links and add scripts for link conversion - Updated links in Termbase templates, Termbase, Translation Memory import/export, Translations, and Webhooks documentation to point to the new API structure. - Added a new PowerShell script (convert-reference-links.ps1) to automate the conversion of ../reference links in markdown files to the new ../api structure. - Added a second PowerShell script (convert-contract-links.ps1) to rename markdown links in contract files and adjust their URLs to the new format. - Updated the table of contents to include the Translations section. - Created a Requirements.md file detailing the new scripts and their functionalities. * Fix webhook documentation links and add scripts for converting contract and reference links - Updated Webhook payload documentation links from .md to .html format in Webhooks.v1.json. - Added PowerShell script (convert-contract-links.ps1) to convert markdown links in contract JSON files to HTML links, handling both .md to .html conversions and JSON reference paths. - Added PowerShell script (convert-reference-links.ps1) to convert ../reference/*.json links in markdown files to ../api/*-fv.html links, supporting both paths and components/schemas references. * LTLC-127082-public-api * Update latest from Public API Main * Update styling * Fix incorrect antlr code display * Update styling and fix links * Fix 2 more links --------- Co-authored-by: Patrick Andrew Hartnett <phartnett@sdl.com> Co-authored-by: Radu Pascal <rpascal@sdl.com> Co-authored-by: Rares Tritean <tritean@gmail.com>
Collaborator
Author
|
failed experiment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
trying to fix merge problems for extensibility PR